From: John Audia Date: Sun, 17 Aug 2025 22:51:05 +0000 (-0400) Subject: lxc: update to 6.0.5 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=bf4c309d199aab8783e680dfade74b74cebc4db8;p=feed%2Fpackages.git lxc: update to 6.0.5 6.0.5 is a bug fix release, see: https://discuss.linuxcontainers.org/t/lxc-6-0-5-lts-has-been-released/24438 Full changelog: https://github.com/lxc/lxc/compare/v6.0.4...v6.0.5 Build system: x86/64 Build-tested: x86/64-glibc Run-tested: x86/64-glibc (Intel N150 based box) Signed-off-by: John Audia (cherry picked from commit ab1f60b74d5614ed4a38627aaf467127ae96afd7) --- diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index afc0fb3cc3..7bd93b28f1 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lxc -PKG_VERSION:=6.0.4 +PKG_VERSION:=6.0.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://linuxcontainers.org/downloads/lxc/ -PKG_HASH:=872d26ce8512b9f993d194816e336bf9f3ad8326f22dc24ef0f01f85599fa8b9 +PKG_HASH:=2e540c60b9dd49e7ee1a4efa5e9c743b05df911b81b375ed5043d9dd7ee0b48a PKG_MAINTAINER:=Marko Ratkaj PKG_LICENSE:=LGPL-2.1-or-later BSD-2-Clause GPL-2.0 diff --git a/utils/lxc/patches/030-start-re-introduce-first-SET_DUMPABLE-call.patch b/utils/lxc/patches/030-start-re-introduce-first-SET_DUMPABLE-call.patch index ad304c5935..00844717ec 100644 --- a/utils/lxc/patches/030-start-re-introduce-first-SET_DUMPABLE-call.patch +++ b/utils/lxc/patches/030-start-re-introduce-first-SET_DUMPABLE-call.patch @@ -15,8 +15,8 @@ Signed-off-by: Stéphane Graber --- a/src/lxc/start.c +++ b/src/lxc/start.c -@@ -1125,6 +1125,11 @@ static int do_start(void *data) - if (!lxc_switch_uid_gid(nsuid, nsgid)) +@@ -1130,6 +1130,11 @@ static int do_start(void *data) + if (ret < 0) goto out_warn_father; + ret = prctl(PR_SET_DUMPABLE, prctl_arg(1), prctl_arg(0),